runtime.timer.f (field)
18 uses
runtime (current package)
mgcscavenge.go#L365: s.timer.f = func(s any, _ uintptr) {
netpoll.go#L392: if pd.rt.f == nil {
netpoll.go#L394: pd.rt.f = rtf
netpoll.go#L408: pd.rt.f = nil
netpoll.go#L411: if pd.wt.f == nil {
netpoll.go#L413: pd.wt.f = netpollWriteDeadline
netpoll.go#L424: pd.wt.f = nil
netpoll.go#L458: if pd.rt.f != nil {
netpoll.go#L460: pd.rt.f = nil
netpoll.go#L462: if pd.wt.f != nil {
netpoll.go#L464: pd.wt.f = nil
netpoll.go#L618: if pd.rd <= 0 || pd.rt.f == nil {
netpoll.go#L627: if pd.wd <= 0 || pd.wt.f == nil && !read {
time.go#L31: f func(any, uintptr)
time.go#L189: t.f = goroutineReady
time.go#L500: t.f = f
time.go#L555: return modtimer(t, when, t.period, t.f, t.arg, t.seq)
time.go#L850: f := t.f
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |